weld-codegen 0.2.4

Code generation for smithy models
Documentation

Code generation from Smithy IDL models

Code generation is implemented in Rust, and output languages currently include Rust and Html (for documentation). We are expecting to add more languages in the future.

The code generator can be invoked:

  • as a library
  • from build.rs file: to build project sources according to a plan in codegen.toml
  • from the wash cli

Documentation on how the code generator works, how to use it with wasmCloud, and how to extend it, can be found in the developer documentation.